body {
	//background-color:#AAAAAA;
      background-color: #f2f2f2;
      color: #333;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 20px;
    }
    .container {
		//background-color:#AA12B6;
      display: flex;
      flex-direction: column ;
      align-items: center ;
      //justify-content: center;
      min-height: 100vh;
    }
    .content {
		//background-color:#56AAB6;
      display: flex;
	  flex-direction: row-reverse ;
      justify-content: center;
      max-width: 1200px;
      margin-top: 20px;
     background-color: #e5e5e5;
      padding: 20px;
    }
	.main-column{
	//	background-color:#563212;
	}
    .sidebar {
      flex: 0 0 200px;
      background-color: #e5e5e5;
      padding: 20px;
    }
    footer {
      text-align: center;
      margin-top: 20px;
    }